home *** CD-ROM | disk | FTP | other *** search
/ Intermedia 1998 January / inter1_98.iso / biznes / nails16 / employee.md_ / employee.md / Service Records.json < prev    next >
JavaScript Object Notation  |  1997-08-29  |  214b

  1. {
  2.     "schema": {
  3.         "ServiceID": "Long Integer",
  4.         "CustomerID": "Long Integer",
  5.         "EmployeeID": "Long Integer",
  6.         "ServiceDate": "DateTime",
  7.         "NameOfService": "Text (255)",
  8.         "Quantity": "Double",
  9.         "Cost": "Currency",
  10.         "Count": "Double"
  11.     },
  12.     "data": []
  13. }